home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club (Business) 1997 July / Software of the Month Club - Business (Volume 239) (July 1997).iso / pc / chaos.ini < prev    next >
Encoding:
INI File  |  1996-02-06  |  5.4 KB  |  151 lines

  1. [Memory]
  2. ;ExtraMemory=1000
  3. ; Amount of kBytes over and above physical memory for use by a projector.
  4. HeadRoomNegative=0
  5.  
  6. [Graphics]
  7. Wing=0
  8. ; 0: Do not use WinG graphics accelerator.
  9. ; 1: Use WinG graphics accelerator software. This requires
  10. ;    certain system files to be installed. Projector size and memory 
  11. ;    usage may increase. See the documentation for details.       
  12.  
  13. [Palette]
  14. Animation=1
  15. ; 1: allows director to take control of the palette for fast palette effects
  16. ;    and transitions.
  17. ; 0: prevents director from taking control of the palette so other apps,
  18. ;    wallpaper etc. look better but palette effects and transitions will
  19. ;    be slower.
  20.  
  21. [Sound]
  22. ; Settings in the [Sound] section apply to all sound cards.
  23.  
  24. SpoolBufferAlloc=1 
  25. ; When to allocate spool buffers
  26. ; 0 means allocate/deallocate dynamically, when sound starts/stops.
  27. ; 1 means allocate spool once at startup and keep for entire session.
  28.  
  29. LowSpoolBufferMs=2500
  30. ; Length of one 8bit spool buffer, in milliseconds.
  31.  
  32. HighSpoolBufferMs=1000
  33. ; Length of one 16-bit spool buffer, in milliseconds.
  34.  
  35. SpoolBufferCount=4
  36. ; Number of spool buffers to use. Must range from 2 to 10.
  37.  
  38. MixMaxChannels=8
  39. ; Maximum number of channels supported by the sound mixer. The actual
  40. ; number you can mix depends on the processing power of your computer.
  41. ; Must range from 1 to 8.
  42.  
  43. MixWaveDevice=0 
  44. ; DeviceID of waveOut device to use for playing.
  45. ; Must range from 0 to (# of devices - 1).
  46.  
  47. SoundLevel0=0                  ; waveOut volume of lingo soundLevel = 0
  48. SoundLevel1=24770              ; waveOut volume of lingo soundLevel = 1
  49. SoundLevel2=35030              ; waveOut volume of lingo soundLevel = 2
  50. SoundLevel3=42903              ; waveOut volume of lingo soundLevel = 3
  51. SoundLevel4=49540              ; waveOut volume of lingo soundLevel = 4
  52. SoundLevel5=55388              ; waveOut volume of lingo soundLevel = 5
  53. SoundLevel6=60674              ; waveOut volume of lingo soundLevel = 6
  54. SoundLevel7=63000              ; waveOut volume of lingo soundLevel = 7
  55.  
  56. MixMaxFidelity=0
  57. ; Sets a limit on the fidelity of sound output. For best performance, use
  58. ; the default setting of 99 (switch on-the-fly), or choose the lowest value
  59. ; possible of the three fixed sound formats (0, 1, 2):
  60. ;  0  = 22.05k samples/sec, 8-bit, mono
  61. ;  1  = 22.05k samples/sec, 8-bit, stereo
  62. ;  2  = 44.1k samples/sec, 16-bit, stereo
  63. ;  99 = Switch formats on-the-fly.  The first sound in a run of overlapping
  64. ;       sounds determines the format for that run.  The format used is the
  65. ;       lowest of the three output formats (0,1,2 above) which is as close
  66. ;       as possible in fidelity to the sound to be played, while still being
  67. ;       supported by the installed sound card. 
  68.  
  69. [Low Default Sound]
  70. ; Settings in the [Low Default Sound] section apply when playing sounds
  71. ; with data rates up to 8-bit 22kHz stereo, for sound cards which are
  72. ; unknown to Director.
  73.  
  74. MixBufferMs=200
  75. ; Length of each mixing buffer, in milliseconds.
  76.  
  77. MixBufferCount=4
  78. ; Number of mixing buffers to use. Must range from 2 to 16.
  79.  
  80. MixServiceMode=0
  81. ; 0 means use timer interrupts to drive mixer. Interrupt settings will be
  82. ;         applied from MixIntPeriodMS and MixIntResolutionMs.
  83. ; 1 means use polling to drive mixer. This may cause sound to drop out when
  84. ;         CPU cycles are being hogged by other tasks, disk accesses, etc.
  85.  
  86. MixIntPeriodMs=200
  87. ; Interrupt period, in milliseconds. Only used when MixServiceMode is zero.
  88.  
  89. MixIntResolutionMs=50
  90. ; Interrupt resolution, in milliseconds. Only used when MixServiceMode is zero.
  91.  
  92.  
  93. ;[Low <SoundCardName>]
  94. ; Settings in this section apply when playing sounds with data rates up to
  95. ; 8-bit 22kHz stereo on a particular sound card. You can have any number of
  96. ; these sections. Replace "<SoundCardName>" inside the square brackets with
  97. ; the actual name of the sound card you want to set defaults for. To find
  98. ; the name of your card, launch the Sound Mapper application, and look in
  99. ; the Playback field. Settings in this section take precedence over
  100. ; Director's built in settings.
  101. ;MixBufferMs=200
  102. ;MixBufferCount=4
  103. ;MixServiceMode=0
  104. ;MixIntPeriodMs=200
  105. ;MixIntResolutionMs=50
  106.  
  107.  
  108.  
  109.  
  110.  
  111. ;[High <SoundCardName>]
  112. ; Settings in this section apply when playing sounds with data rates higher
  113. ; than 8-bit 22kHz stereo on a particular sound card. You can have any number
  114. ; of these sections. Replace "<SoundCardName>" inside the square brackets
  115. ; with the actual name of the sound card you want to set defaults for. To
  116. ; find the name of your sound card, launch the Sound Mapper application, and
  117. ; look in the Playback field. Settings in this section take precedence over
  118. ; Director's internal settings.
  119. ;MixBufferMs=200
  120. ;MixBufferCount=4
  121. ;MixServiceMode=0
  122. ;MixIntPeriodMs=200
  123. ;MixIntResolutionMs=50
  124.  
  125.  
  126.  
  127.  
  128. [Low Override]
  129. ; Settings in the [Low Override] apply when playing sounds with data rates
  130. ; up to 8-bit 22kHz stereo. These settings will override Director's internal
  131. ; settings, as well as settings for specific cards.
  132. ;MixBufferMs=200
  133. ;MixBufferCount=4
  134. ;MixServiceMode=0
  135. ;MixIntPeriodMs=200
  136. ;MixIntResolutionMs=50
  137.  
  138.  
  139.  
  140.  
  141. [High Override]
  142. ; Settings in the [High Override] apply when playing sounds with data rates
  143. ; higher than 8-bit 22kHz stereo. These settings will override Director's
  144. ; internal settings, as well as settings for specific cards.
  145. ;MixBufferMs=200
  146. ;MixBufferCount=4
  147. ;MixServiceMode=0
  148. ;MixIntPeriodMs=200
  149. ;MixIntResolutionMs=50
  150.  
  151.